/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

#login-form label{
	float:left;
	margin-right: 5px;
	text-align: right;
	font-size: 12px;
	color: #3A718F;
	font-weight: bold;
	line-height: 20px;
	width:60px;
}
#login-form input{
	width: 105px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	padding-left: 5px;
}
#login-form .checkbox input{
	width: 10px;
	height: auto;
}
#login-form .checkbox label{
	font-weight: normal;
	line-height: 20px;
	font-size: 11px;
	width:165px;
	margin-right: 0px;
}
#login-form .buttons input{
	width: 104px;
	height: 25px;
	background: url('../img/button2.png') no-repeat top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #3B4758;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0px;
	outline: none;
}

input.getquestion,input.button_long {
	width: 147px;
	height: 30px;
	background: url('../img/GetQuestion.png') no-repeat top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #3B4758;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0px;
	outline: none;
}
/*--------------------------------------------------------------------------------*/
div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
	padding:2px;
	font-size:12px;
}
div.form input[type=radio]{
}
div.form input.checkbox{
	width:50px;
}
div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}
div.form legend
{
	font-size:14px;
	font-weight:bold;
	color: #286884;
}

div.form label
{
	font-weight: normal;
	font-size: 12px;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
	color: #9C9B9B;
}

div.form span.required
{
	color: red;
}


div.confirm label,
label.confirm,
span.confirm,
div.confirm
{
	color: #6db400;
	font-size:14px;
	font-weight:bold;
}

div.error label,
label.error,
span.error,
div.error
{
	color: #C00;
}


div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label,div.wide75.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: left;
	/*width: 400px !important;*/
}
div.wide75.form label
{
	width: 75px;
}
div.wide.form .row,div.wide75.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage, div.wide75.form .buttons, div.wide75.form .hint, div.wide75.form .errorMessage
{
	clear: left;
	padding-left: 130px;
}
div.form .buttons input {
	width: 104px;
	height: 25px;
	background: url('../img/button2.png') no-repeat top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #3B4758;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0px;
	outline: none;
}
div.form .buttons input.mid,  div.form .buttons input.mid:active{
	width: 164px;
	height: 26px;
	background: url('../img/button_mid.png') no-repeat bottom left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #3B4758;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0px;
}
div.form .buttons input:active {
	background-image: url(../img/button2_a.png);
	outline: none;
	border: none;
}
div.form .buttons input ::-moz-focus-inner {
	border: 0;
}
div.form h5{
	color:#1e71c9;
	font-size:12px;
	line-height:25px;
	border-bottom:1px dotted #a2a0a0;
	margin-top:20px;
	margin-bottom:10px;
}

.project-image{
	margin-top:20px;
	margin-bottom:20px;
	border:1px dotted #a2a0a0;
	background:#c0dfff;
	text-align:center;
	padding:10px;
	position:relative
}
.project-image .row{
	text-align:left;
}
.project-image input{
	width:200px;
}
.project-image a{
	position:absolute;
	right:10px;
	top:10px;
	color:#cc0000;
}
.display_no{
	display:none;
}
dl {
	clear:both;
	width:100%;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}
dt {
	float:left;
	text-align:right;
	width:auto;
	margin:0 10px 10px 0;
	font:11px Verdana;
	font-weight:normal;
	line-height:20px;
}
dd {
	float:left;
    width:auto;
    margin:0 25px 10px 0;
    text-align:left;
    font:11px Verdana;
    line-height:18px;
}
.in_box{
	padding:10px 5px 10px 5px;
	padding-top:10px;
}

.small{
	color: #9c9b9b;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	line-height: 12px;
}
textarea.general{
	width:442px;
	height:159px;
}
textarea.sgeneral{
	width:342px;
	height:159px;
}
textarea.small{
	width:400px;
	height:30px;
}
.textarea_ed {
    border: 1px solid #CCCCCC;
    height: 105px !important;
}
label.normal {
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}
label.normal1 {
	width: 100px;
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}
label.normal2 {
	width: 10px;
	margin-right: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}
label.normal14{
	width: 150px;
	margin-right: 10px;
	text-align: right;
}


input.lgeneral,textarea.lgeneral {
width: 550px;
}
input.wsgeneral,select.wsgeneral{
width:342px !important;
}
input.next, div.form input.next {
width: 87px;
height: 36px;
background: url('../img/button_next.png') no-repeat top left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3A718F;
font-weight: bold;
border: none;
cursor: pointer;
outline: none;
padding: 0px;
outline: none;
text-align: left;
padding-left: 15px;
}

input.next ::-moz-focus-inner {
border: 0;
}


input.back, div.form input.back{
width: 85px;
height: 36px;
background: url('../img/button_back.png') no-repeat top left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3A718F;
font-weight: bold;
border: none;
cursor: pointer;
outline: none;
padding: 0px;
outline: none;
text-align: left;
padding-left: 25px;
}
input.back ::-moz-focus-inner {
border: 0;
}


input.highbutton, div.form input.highbutton{
width: 88px;
height: 38px;
background: url('../img/high_button.png') no-repeat top left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3A718F;
font-weight: bold;
border: none;
cursor: pointer;
outline: none;
padding: 0px;
outline: none;
text-align: center;
}
input.highbutton ::-moz-focus-inner, input.next_small ::-moz-focus-inner {
border: 0;
}

input.back_small, div.form input.back_small, input.next_small, div.form input.next_small{
width: 27px;
height: 27px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3A718F;
font-weight: bold;
border: none;
cursor: pointer;
outline: none;
padding: 0px;
outline: none;
text-align: center;
}
input.back_small ::-moz-focus-inner {
border: 0;
}

input.back_small, div.form input.back_small{
background: url('../img/back_small_button.png') no-repeat top left;
}

input.next_small, div.form input.next_small{
background: url('../img/next_small_button.png') no-repeat top left;
}

div.back{
width: 85px;
height: 36px;
background: url('../img/button_back.png') no-repeat top left;
border: none;
cursor: pointer;
outline: none;
padding: 0px;
outline: none;
text-align: left;
margin-right:10px;
}
div.back a{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3A718F;
font-weight: bold;
text-decoration:none;
line-height:36px;
padding-left: 30px;
}

div.next{
width: 85px;
height: 36px;
background: url('../img/button_next.png') no-repeat top left;
border: none;
cursor: pointer;
outline: none;
padding: 0px;
outline: none;
text-align: left;
padding-left: 15px;
}
div.next a{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3A718F;
font-weight: bold;
text-decoration:none;
line-height:36px;
}
/*--DETAIL VIEW--------------------------------------------*/
table.detail-view
{
	background: white;
	border-collapse: collapse;
	margin: 0;
	font-size:14px;
}

table.detail-view th, table.detail-view td
{
	padding: 3px 3px;
	vertical-align: top;
	font-size:13px;
}

table.detail-view th
{
	width: 160px;
	color:#3a718f;
	text-align:left;
	font-weight:normal;
}
table.detail-view tr.head td,table.detail-view tr.head th
{
	border-top:1px dotted #e4e6e7;
}

table.detail-view tr.odd
{

}

table.detail-view tr.even
{

}

table.detail-view tr.odd th
{
}

table.detail-view tr.even th
{
}
/*--GRID--------------------------------------------*/
.grid-view-loading
{
	background:url(../img/grid/loading.gif) no-repeat;
}

.grid-view table.items
{
	border-collapse:collapse;
	width:100%;
	empty-cells:show;
	/*border-top:1px dashed #b1c2ca;*/
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 11px;
	border: 1px #b1c2ca solid;
	padding: 3px 10px 3px 10px;
}
.grid-view table.items tr.filters td{
	border:none;
	padding-left:0px;
	padding-bottom:10px;
}
.grid-view table.items th
{
	text-align: left;
	font-size:13px;
	border:none;
	padding-left:0px;
}
.grid-view table.items td.no_td_right{
	border-right:none !important;
	padding-right:0px;
}
.grid-view table.items td.no_td_left{
	border-left:none !important;
	padding-left:0px;
}
.grid-view table.items th a
{
	font-size:13px;
	color:#3a718f;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a.asc
{
	background:url(../img/grid/up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(../img/grid/down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even, .row.even
{
	background: #FFFFFF;
}

.grid-view table.items tr.odd, .row.odd
{
	background: #e9f1f9;
}

.grid-view table.items tr.red, .row.red
{
	background: #f9e9e9;
}

.grid-view table.items tr.selected
{
	background: #c5e8d6;
}

.grid-view table.items tr:hover
{
	background: #e9f9f1;
}
.grid-view table.items tr.filters:hover, .grid-view table.items thead tr:hover
{
	background: #fff;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 60px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
	font-size:12px;
	font-weight:bold;
}

.grid-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
	width: 100%;
	font-size:13px;
	height:20px;
	padding-left:2px;
}
.grid-view .filters select
{
	padding:2px;
	height:24px;
}
.grid-view td.buttonColumn a
{
	line-height:16px;
}
.grid-view table.items td.error
{
	background: #fad6d6;
	cursor:pointer;
}
.grid-view table.items td.error span.error
{
	font-size:10px;
	color:#cc0000;
	line-height:12px;
}
.grid-view table.items td.grey
{
	background: #d5d5d5;
}
/**
 * CSS styles for CLinkPager.
 */
.grid_pager{
    /*0001689*/
	/*margin-top:20px;*/
	float:right;
	font-size:13px;
}
.grid_pager ul.yiiPager
{
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

.grid_pager ul.yiiPager li
{
	display:inline;
}
.grid_pager ul.yiiPager *
{
	font-size:13px;
	color:#3a718f;
	font-weight:normal;
}

.grid_pager ul.yiiPager a:link,
.grid_pager ul.yiiPager a:visited
{
	border:none;
	font-weight:normal;
	padding:1px 6px;
	text-decoration:none;
	color:#3a718f;
}

.grid_pager ul.yiiPager .page a
{
	font-weight:normal;
	font-size:13px;
}

.grid_pager ul.yiiPager a:hover
{
	border:none;
}

.grid_pager ul.yiiPager .selected a
{
	background:none;
	color:#3a718f;
	font-weight:bold;
	font-size:14px;
}

.grid_pager ul.yiiPager .hidden a
{
	border:none;
	color:#a1a1a1;
	font-weight:normal;
	font-size:13px;
}
.grid_pager ul.yiiPager a
{
	color:#3a718f;
	font-weight:normal;
	font-size:13px;
}
/**
 * Hide first and last buttons by default.
 */
.grid_pager ul.yiiPager .first,
.grid_pager ul.yiiPager .last
{
	display:none;
}
.w_small label{
	width:80px;
	float:left;
	clear:left;
}
.w_small{
	clear:left;
}

.treeview, .treeview ul{
	padding: 0;
	margin: 0;
	list-style: none !important;
	list-style-image:none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}
/*---------------TreeView------------------------------------------*/
.gridtreeview{
	list-style:none !important;
}
.gridtreeview li, .gridtreeview ul{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.gridtreeview ul{
	margin-top:0px !important;
}
.gridtreeview li, .gridtreeview li a{ /***	0001707   ****/
	color:#515151;
	font-size:13px;
	text-decoration:none
}/***	0001707   ****/
.gridtreeview li{
    color: #9A968F;
}
.right_box .gridtreeview li a,.right_box .gridtreeview li span{
	color:#3A718F;
	font-size:11px;
	text-decoration:none
}
.right_box .gridtreeview li a.grey{
	color:#515151;
}
.right_box .gridtreeview li a.green,.right_box .gridtreeview li span.green{
	color:#6db400;
}
.gridtreeview li a:hover{
	color:#286884;
	cursor: pointer;
}
.gridtreeview .hitarea{
	margin-top:5px;
}

/*-create design------------------------------------*/
.bg_select{
	float:left;
	padding:10px;
	margin:10px;
	text-align:center;
	background: #f3d6d6;
	border:1px dotted #000000;
}
.tr_display1{
     display:none;
 }
.tr_display2{
    display:none;
}
.tr_display3{
    display:none;
}
h4.dashed{
	margin-bottom: 10px;
}
h4.dashed span{
	display: inline-block;
	border-bottom: 1px dashed;
	cursor: pointer;
	font-family: Tahoma,Times,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #286884;
}
h4.dashed span:hover {
	border-bottom: 1px dashed #fff;
}

.custom-form-method-get #name
{width:350px;}
.btn_right
{

	float: right;

}
.radiolist label{
	display:inline !important;
}